home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
vtime.dir
/
00056_Script_startmovie
< prev
next >
Wrap
Text File
|
1995-09-12
|
642b
|
24 lines
Global gBtn17, gBtn16, gWhatMovie, gCrossed, gNewMarker, gTheHelpIsOn,gReInitGlobals
on StartMovie
set gBtn16 = birth(script "a3StateButton", 46, 1931, "SV141819.AIF", "CrossETime", "HandCursor")
set gBtn17 = birth(script "a3StateButton", 47, 1925, "SV141819.AIF", "CrossATime", "HandCursor")
set gWhatMovie = "VikingW.dir"
if gReInitGlobals = 1 then
GlobalSetUpFromTheatre
set gReInitGlobals = 0
end if
VGlobalsSetUpTime
set gTheHelpIsOn = 0
end
on StopMovie
sound stop 2
hidecontrol (gBtn16)
hidecontrol (gBtn17)
set gBtn16 = 0
set gBtn17 = 0
unload 1, 20
set gCrossed = 1
end